home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-12 / (Vol E-12) May 21 2012.iso / interface / it.dig / scripts / DefineButton2_228 / BUTTONCONDACTION on(release).as
Text File  |  2012-05-21  |  186b  |  11 lines

  1. on(release){
  2.    if(_root.comando == "LINK")
  3.    {
  4.       getURL(_root.caminho,"");
  5.    }
  6.    else
  7.    {
  8.       getURL("FSCommand:" add _root.comando,"%org%" + _root.caminho);
  9.    }
  10. }
  11.